Contents | Index | < Browse | Browse >
LETTERrewindULETTER
Rewinds a file.
Overview
#include <stdio.h>
(void) rewind(f);
Portability
ANSI
Description
Resets the byte cursor associated with the file "f" to the file's start and
clears the file's error flag.